home *** CD-ROM | disk | FTP | other *** search
- .TH SGAUSS
- 6 "IRIT Version 6.0"
- .SH NAME
- SGAUSS
-
-
-
- SurfaceType SGAUSS( SurfaceType Srf )
-
- Evaluates the Gaussian curvature field of surface Srf.
-
- Example:
-
- Srf1 = hermite( cbezier( list( ctlpt( E3, 0.0, 0.0, 0.0 ),
- ctlpt( E3, 0.5, 0.2, 0.0 ),
- ctlpt( E3, 1.0, 0.0, 0.0 ) ) ),
- cbezier( list( ctlpt( E3, 0.0, 1.0, 0.0 ),
- ctlpt( E3, 0.5, 0.8, 0.0 ),
- ctlpt( E3, 1.0, 1.0, 0.5 ) ) ),
- cbezier( list( ctlpt( E3, 0.0, 2.0, 0.0 ),
- ctlpt( E3, 0.0, 2.0, 0.0 ),
- ctlpt( E3, 0.0, 2.0, 0.0 ) ) ),
- cbezier( list( ctlpt( E3, 0.0, 2.0, 0.0 ),
- ctlpt( E3, 0.0, 2.0, 0.0 ),
- ctlpt( E3, 0.0, 2.0, 0.0 ) ) ) );
-
- SGauss = SGAUSS( Srf1 );
-
- Evaluates the Gaussian curvaure of Srf1.
-